home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / os2 / pmjpeg14.arj / PMJPEG.HLP (.txt) < prev    next >
OS/2 Help File  |  1993-08-17  |  28KB  |  689 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. PMJPEG is a shareware image viewer with image processing and conversion 
  5. capabilities for OS/2 2.x.  PMJPEG is a port of WinJPEG to OS/2 2.x. 
  6.  
  7. PMJPEG v.1.40 has the following features: 
  8.  
  9. Γûá display JPEG, GIF, TIFF, Targa, PCX, Windows BMP, or OS/2 BMP images
  10. Γûá export an image to JPEG, GIF, TIFF, Targa, PCX, Windows BMP, or OS/2 BMP images
  11. Γûá capability of generating OS/2 desktop-background bitmaps that use the system colors
  12. Γûá display an image in 16 color, 256 color, or truecolor display modes
  13. Γûá print an image with scaling, best proportional fit on the page, or fit for full page
  14. Γûá red/green/blue or hue/saturation/brightness adjustment
  15. Γûá contrast enhancement
  16. Γûá gamma correction
  17. Γûá image rotation, vertical or horizontal flip, and image resizing
  18. Γûá image cropping
  19. Γûá batch file compression of GIF, TIFF, or Targa files to JPEG File Interchange Format
  20. Γûá copy an image to the clipboard or paste an image from the clipboard
  21. Γûá slideshow: display selected files sequentially with a cycle option
  22. Γûá image buffering in a cyclic slideshow
  23. Γûá support for file name extension association and starting a slideshow from the command line
  24.  
  25.  
  26. ΓòÉΓòÉΓòÉ 2. Known Problems ΓòÉΓòÉΓòÉ
  27.  
  28. There are two bugs in the 256 color ET4000 driver that comes with the OS/2 2.1 
  29. beta or OS/2 2.0 + Service Pack: 1) the driver does not stretch the bitmap 
  30. correctly so the Stretch to Fit Window option does not work properly, and 2) 
  31. the image under the dialog box or under the drop-down menu is not re-drawn with 
  32. the right colors.  Use the Auto-Refresh option if you have the second problem. 
  33.  
  34. If you are using the 256 color ET4000 driver, for certain images such as 24-bit 
  35. images displayed with Maximum Color Depth set to 256 colors, the text that 
  36. shows the cropping dimensions is garbled by a filled box.  This appears to be a 
  37. bug in OS/2's palette manager or the driver. 
  38.  
  39. If you are using a 256 color driver, when you exit PMJPEG, the system colors do 
  40. not immediately return to normal.  The system colors are gradually restored by 
  41. OS/2.  You can force the colors to change back by opening and/or closing a 
  42. window, such as the window list that pops up when you hit CTL-ESC. 
  43.  
  44.  
  45. ΓòÉΓòÉΓòÉ 3. JPEG ΓòÉΓòÉΓòÉ
  46.  
  47. Joint Photographic Experts Group (JPEG)  refers to a still-picture compression 
  48. standard that specifies several modes of operation.  The mode used by the 
  49. Independent JPEG Group's(IJPEG) software, which is incorporated into PMJPEG, is 
  50. sequential buildup;  in this mode,  each component of an image is encoded in a 
  51. left-to-right and top-to-bottom scan.  Sequential mode is lossy, which means 
  52. that when you compress an image, you will lose information.  That is, when you 
  53. decode the compressed image, the decoded image will not exactly match the 
  54. original.  One reason that sequential mode JPEG is lossy is that the algorithm 
  55. compresses an image by removing visually insignificant information, colors that 
  56. the human eye cannot detect. 
  57.  
  58.  
  59. ΓòÉΓòÉΓòÉ 4. Converting File Formats with PMJPEG ΓòÉΓòÉΓòÉ
  60.  
  61. Images can be converted from one file format to another by loading an image 
  62. with the File Open menu item and saving it to the desired file format with the 
  63. File Save menu item. 
  64.  
  65. Before you load an image that you want to convert, you should check the Maximum 
  66. Color Depth option.  This option determines the maximum number of colors in a 
  67. displayed image.  Even though an image may look good, there may have been a 
  68. loss of colors and data in the image.  For example, suppose you are viewing a 
  69. 24-bit image with Maximum Color Depth set to 256 colors.  The 24-bit image can 
  70. have up to 16.7 million colors but the number of colors in the image is reduced 
  71. to 256 when it is loaded.  When you save this image to a different format, you 
  72. lose many colors that were in the original image.  To avoid losing colors in 
  73. the image, you should set Maximum Color Depth to 16.7 million colors before 
  74. loading the image. 
  75.  
  76. PMJPEG saves a displayed image to a specified file format with 8-bits per pixel 
  77. or 24-bits per pixel. Images stored with 1, 2, or 4-bits per pixel are 
  78. converted to 8-bits per pixel and can be saved in this format only.  Images 
  79. with 8 or 24-bits per pixel are saved with 8 or 24-bits per pixel, 
  80. respectively.  The two exceptions to the color depth of the saved file format 
  81. are the JPEG file format which is always 24-bits per pixel and the GIF format 
  82. which is 8-bits per pixel. 
  83.  
  84. Batch Compression of images to JPEG is not affected by the Maximum Color Depth 
  85. option. 
  86.  
  87. If you are creating a bitmap to be used as an OS/2 desktop-background image, 
  88. apply the Map to System Colors function to a displayed image before saving it 
  89. to an OS/2 BMP file.  If you are converting a 24-bit image to an OS/2 BMP, you 
  90. should set Maximum Color Depth to 16.7 million colors before you load the 
  91. image.  This produces a better looking background image than one created by 
  92. loading a 24-bit image with a Maximum Color Depth of 256 colors and then 
  93. applying the Map to System Colors function. 
  94.  
  95.  
  96. ΓòÉΓòÉΓòÉ 5. Starting a Slideshow from the Command Line ΓòÉΓòÉΓòÉ
  97.  
  98. A slideshow can be initiated from the OS/2 command line by executing the 
  99. following at the OS/2 prompt: 
  100.  
  101.   pmjpeg [filename 1] [filename 2] [filename 3] ... [filename n] 
  102.  
  103. The files are displayed in the order in which they are entered on the command 
  104. line.  Also, the slideshow options that were saved by the Save All Options menu 
  105. item are used.  If no options were saved, the default slideshow options are 
  106. used.  There is no limit to the number of files that you enter.  The only 
  107. restrictions are the number of characters that you can fit in one command at 
  108. the OS/2 prompt. 
  109.  
  110. For example, if you wanted to display the files, "colrtest.jpg", "mirri3.jpg", 
  111. and "image1.gif", in the order listed , type 
  112.  
  113.   pmjpeg colrtest.jpg mirri3.jpg image1.gif 
  114.  
  115. This example assumes that PMJPEG is in your search path and this command is 
  116. executed in the directory containing the images.  If OS/2 can't find 
  117. "pmjpeg.exe" or the images, you can prefix "pmjpeg.exe" or the images with a 
  118. standard OS/2 path. 
  119.  
  120.  
  121. ΓòÉΓòÉΓòÉ 6. Image File Formats ΓòÉΓòÉΓòÉ
  122.  
  123. o JPEG File Formats 
  124. o TIFF 
  125. o Graphics Interchange Format (GIF) 
  126. o Targa 
  127. o PCX 
  128. o BMP 
  129.  
  130.  
  131. ΓòÉΓòÉΓòÉ 6.1. JPEG File Formats ΓòÉΓòÉΓòÉ
  132.  
  133. The JPEG committee has not specified a standard file format, and consequently, 
  134. many applications of the JPEG algorithm use their own proprietary format. 
  135. PMJPEG uses the JPEG File Interchange Format(JFIF) which transports only pixel 
  136. information.  JFIF is supported by the IJPEG Group's software and other 
  137. programs based on their code. 
  138.  
  139. Handmade Software's GIF2JPG and Image Alchemy use a proprietary JPEG format 
  140. that is not compatible with the JFIF standard.  This proprietary format is not 
  141. supported by PMJPEG.  When you use GIF2JPG v.2.0, remember to leave out the 
  142. "-s" option to produce a JPEG file that is compatible with the JFIF standard 
  143. and viewable with PMJPEG. 
  144.  
  145.  
  146. ΓòÉΓòÉΓòÉ 6.2. Graphics Interchange Format (GIF) ΓòÉΓòÉΓòÉ
  147.  
  148. PMJPEG can view interlaced/non-interlaced GIF87a and GIF89a files, and it can 
  149. save non-interlaced GIF87a files. If a GIF89a file contains more than one 
  150. image, it will display the first image in the file. 
  151.  
  152.  
  153. ΓòÉΓòÉΓòÉ 6.3. Targa ΓòÉΓòÉΓòÉ
  154.  
  155. PMJPEG can view uncompressed or run-length encoded TARGA files stored with 8, 
  156. 15, 16, 24, or 32 bits per pixel and it can save uncompressed TARGA files with 
  157. 8 or 24 bits per pixel. 
  158.  
  159.  
  160. ΓòÉΓòÉΓòÉ 6.4. PCX ΓòÉΓòÉΓòÉ
  161.  
  162. PMJPEG can view PCX files stored with 1, 4, 8, or 24 bits per pixel.  If a 1, 
  163. 4, or 8 bits per pixel PCX file does not have a valid palette, PMJPEG will use 
  164. a default palette.  It can save PCX Version 5.0 files with 8 or 24 bits per 
  165. pixel. 
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ 6.5. BMP ΓòÉΓòÉΓòÉ
  169.  
  170. PMJPEG can view Windows and OS/2 (1.x and 2.0) BMP files stored with 1, 4, 8, 
  171. or 24 bits per pixel and can view BMP files that are run-length encoded(RLE). 
  172. In addition, it can display the first image in an OS/2 bitmap array. It can 
  173. save uncompressed Windows or OS/2 BMP files in 8 or 24 bits per pixel and can 
  174. save BMP files with RLE. 
  175.  
  176. Note that some graphics viewers use the file extension ".RLE" for run-length 
  177. encoded Windows BMP files.  PMJPEG uses the ".BMP" extension as a default for 
  178. such files. 
  179.  
  180.  
  181. ΓòÉΓòÉΓòÉ 6.6. Tagged Interchange File Format (TIFF) ΓòÉΓòÉΓòÉ
  182.  
  183. PMJPEG supports a subset of the TIFF 6.0 specification.  PMJPEG can view TIFF 
  184. files stored with 1, 2, 4, 8, or 24 bits per pixel.  PMJPEG can read TIFF 
  185. images stored in strip format, in which the image is divided into horizontal 
  186. strips of pixels, and tile format,  in which an image is divided into 
  187. rectangular grids of pixels.  The compression modes LZW, Packbits, Thunderscan, 
  188. NeXT, and CCITT (RLE, RLEW, FAX3, FAX4) can be read as well as uncompressed 
  189. TIFF images. 
  190.  
  191. PMJPEG can save uncompressed or LZW compressed TIFF files with 8 or 24 bits per 
  192. pixel.  TIFF files are saved in strip format. 
  193.  
  194.  
  195. ΓòÉΓòÉΓòÉ 7. Menu Commands ΓòÉΓòÉΓòÉ
  196.  
  197. The menus are ordered by the following main topics: 
  198.  
  199. o File Menu 
  200. o Edit Menu 
  201. o Options 
  202.  
  203.  
  204. ΓòÉΓòÉΓòÉ 7.1. File Menu ΓòÉΓòÉΓòÉ
  205.  
  206. The File menu includes commands that enable you to open and save files, to 
  207. batch convert files to JPEG, and to display multiple images in a selected 
  208. order. 
  209.  
  210. o Open 
  211. o Save 
  212. o Save All Options 
  213. o Delete 
  214. o Batch Compression 
  215. o Slideshow 
  216. o Print 
  217. o Print Setup 
  218. o Print Options 
  219. o Exit 
  220.  
  221.  
  222. ΓòÉΓòÉΓòÉ 7.1.1. File Open ΓòÉΓòÉΓòÉ
  223.  
  224. Select a file to display. 
  225.  
  226. The list boxes in the left column display the drives and the directories in the 
  227. current path, and the list box in the right column displays the files in the 
  228. current path. 
  229.  
  230. To display a file, click on a file from the file list and press "OK," or double 
  231. click on the desired file. 
  232.  
  233.  
  234. ΓòÉΓòÉΓòÉ 7.1.2. File Save ΓòÉΓòÉΓòÉ
  235.  
  236. Select a file name to save the currently displayed image. 
  237.  
  238. The list boxes in the left column display the drives and the directories in the 
  239. current path, and the list box in the right column displays the files in the 
  240. current path. 
  241.  
  242.  
  243. ΓòÉΓòÉΓòÉ 7.1.3. Save All Options ΓòÉΓòÉΓòÉ
  244.  
  245. This will save all the PMJPEG options to a file named "pmjpeg.sav" in the same 
  246. directory as the PMJPEG executable.  When PMJPEG is initially loaded, the 
  247. options will be loaded if "pmjpeg.sav" exists. 
  248.  
  249.  
  250. ΓòÉΓòÉΓòÉ 7.1.4. Delete ΓòÉΓòÉΓòÉ
  251.  
  252. This menu command lets you delete the file containing the currently displayed 
  253. image.  PMJPEG will prompt you for confirmation before deleting the file. 
  254.  
  255.  
  256. ΓòÉΓòÉΓòÉ 7.1.5. Batch Compression ΓòÉΓòÉΓòÉ
  257.  
  258. Select GIF, TIFF, and TARGA files to compress to JPEG format with the options 
  259. specified in the JPEG Options dialog.  The list boxes in the left column 
  260. display the drives and the directories in the current path, the list box in the 
  261. middle displays the files in the current path, and the one in the right 
  262. displays a list of files to be converted.  To add file(s) to the "Files 
  263. Selected" box, select the file(s) you want to convert and press the "Add" 
  264. button.  To remove file(s) from this box, select the file(s) in this box and 
  265. press the "Remove" button. 
  266.  
  267. The output file(s) will have the same name as the input file(s) except that 
  268. they will have a ".jpg" extension.  Also, the output file(s) will be placed in 
  269. the same directory path in which the input file(s) were located. 
  270.  
  271. See also JPEG Options. 
  272.  
  273.  
  274. ΓòÉΓòÉΓòÉ 7.1.6. Slideshow ΓòÉΓòÉΓòÉ
  275.  
  276. Select the JPEG, TIFF, GIF, Targa, and BMP files to display in a slideshow. 
  277. The order in which you add the files will be the order in which they are 
  278. displayed. 
  279.  
  280. After a picture is loaded and displayed, if Automatic Slide Advancement is 
  281. selected, there will be a user-selected delay before the next picture is 
  282. loaded.  To advance to the next picture before the delay has elapsed, click on 
  283. the window with the right mouse button.  If Manual Slide Advancement is 
  284. selected, PMJPEG will wait until you click with the right mouse button before 
  285. advancing to the next picture. 
  286.  
  287. If you would like the slideshow to continue from the beginning of the list 
  288. after the last picture is displayed, check off the Cycle Slideshow menu option. 
  289.  
  290. To abort the slideshow, click on the window with the left mouse button, click 
  291. on the "Yes" button in the confirmation dialog, and the slideshow will stop 
  292. after the currently loading picture is displayed. 
  293.  
  294. See also Slideshow Options. 
  295.  
  296.  
  297. ΓòÉΓòÉΓòÉ 7.1.7. Print ΓòÉΓòÉΓòÉ
  298.  
  299. Print the image currently displayed. 
  300.  
  301.  
  302. ΓòÉΓòÉΓòÉ 7.1.8. Print Setup ΓòÉΓòÉΓòÉ
  303.  
  304. The Print Setup dialog box lets you select the Printer and Job Properties.  The 
  305. Job Properties dialog box allows printer driver-dependent options to be 
  306. changed. 
  307.  
  308.  
  309. ΓòÉΓòÉΓòÉ 7.1.9. Print Options ΓòÉΓòÉΓòÉ
  310.  
  311. The displayed image can be printed in three ways: 1) best fit for the page, 2) 
  312. fit for the full page, or 3) scaled by a user-selected factor.  Best Fit scales 
  313. the image for maximum fit on a printed page while maintaining the image's 
  314. aspect ratio.  Fit for Full Page scales the image such that it fits the entire 
  315. page. The Scale option scales the printed image's width or height by an integer 
  316. factor that is selected by the user. 
  317.  
  318.  
  319. ΓòÉΓòÉΓòÉ 7.1.10. Exit ΓòÉΓòÉΓòÉ
  320.  
  321. Exit from PMJPEG. 
  322.  
  323.  
  324. ΓòÉΓòÉΓòÉ 7.2. Edit Menu ΓòÉΓòÉΓòÉ
  325.  
  326. The Edit menu includes commands that enable you to transfer images to and from 
  327. the clipboard, change the color components of an image, and to manipulate the 
  328. image. 
  329.  
  330. o Copy 
  331. o Paste 
  332. o Crop 
  333. o HSV Adjustment 
  334. o Color Balance 
  335. o Contrast Enhancement 
  336. o Grayscale 
  337. o Gamma Correction 
  338. o Map To System Colors 
  339. o Rotate 
  340. o Flip Horizontal 
  341. o Flip Vertical 
  342. o Resize 
  343.  
  344.  
  345. ΓòÉΓòÉΓòÉ 7.2.1. Copy ΓòÉΓòÉΓòÉ
  346.  
  347. Copy the entire image to the clipboard. 
  348.  
  349.  
  350. ΓòÉΓòÉΓòÉ 7.2.2. Paste ΓòÉΓòÉΓòÉ
  351.  
  352. Paste an image from the clipboard. 
  353.  
  354.  
  355. ΓòÉΓòÉΓòÉ 7.2.3. Crop ΓòÉΓòÉΓòÉ
  356.  
  357. If a region of the image is selected (see Selecting a Region to Crop), keep 
  358. that region and discard the image outside of the selected region. 
  359.  
  360.  
  361. ΓòÉΓòÉΓòÉ 7.2.4. HSV Adjustment ΓòÉΓòÉΓòÉ
  362.  
  363. Use the scroll bars to adjust the amount of hue, saturation, and 
  364. value/brightness in an image.  A value of 0 on the scroll bar means that there 
  365. is no change in the corresponding color component. When the value is increased 
  366. or decreased, the color component is increased or decreased, respectively. 
  367.  
  368.  
  369. ΓòÉΓòÉΓòÉ 7.2.5. Color Balance ΓòÉΓòÉΓòÉ
  370.  
  371. Use the scroll bars to adjust the amount of red, green, and blue in an image. 
  372. A value of 0 on the scroll bar means that there is no change in the 
  373. corresponding color component.  When the value is increased or decreased, the 
  374. color component is increased or decreased, respectively. 
  375.  
  376.  
  377. ΓòÉΓòÉΓòÉ 7.2.6. Contrast Enhancement ΓòÉΓòÉΓòÉ
  378.  
  379. Use the scroll bar to adjust the amount of contrast in an image.  A value of 0 
  380. on the scroll bar means that there is no change in the contrast.  When the 
  381. value is increased or decreased, the contrast is increased or decreased, 
  382. respectively. 
  383.  
  384.  
  385. ΓòÉΓòÉΓòÉ 7.2.7. Grayscale ΓòÉΓòÉΓòÉ
  386.  
  387. Convert a color image into a grayscale one. 
  388.  
  389.  
  390. ΓòÉΓòÉΓòÉ 7.2.8. Gamma Correction ΓòÉΓòÉΓòÉ
  391.  
  392. Use the scroll bar to adjust the amount of gamma.  A value of 1.0 on the scroll 
  393. bar means that there is no change in the image.  In general, increasing the 
  394. gamma makes the image lighter and decreasing it makes the image darker.  A 
  395. gamma of 2.2 is a commonly used value. 
  396.  
  397.  
  398. ΓòÉΓòÉΓòÉ 7.2.9. Map To System Colors ΓòÉΓòÉΓòÉ
  399.  
  400. Converts the displayed image to an image that has a 256-color palette 
  401. containing the system colors of the OS/2 desktop.  Use this option to generate 
  402. an image that can be used as a 256-color OS/2 desktop-background image. 
  403.  
  404.  
  405. ΓòÉΓòÉΓòÉ 7.2.10. Rotate ΓòÉΓòÉΓòÉ
  406.  
  407. Rotate the image clockwise by 90 degrees. 
  408.  
  409.  
  410. ΓòÉΓòÉΓòÉ 7.2.11. Flip Horizontal ΓòÉΓòÉΓòÉ
  411.  
  412. Flip the image around the vertical axis. 
  413.  
  414.  
  415. ΓòÉΓòÉΓòÉ 7.2.12. Flip Vertical ΓòÉΓòÉΓòÉ
  416.  
  417. Flip the image around the horizontal axis. 
  418.  
  419.  
  420. ΓòÉΓòÉΓòÉ 7.2.13. Resize ΓòÉΓòÉΓòÉ
  421.  
  422. Change the spatial resolution of the displayed image.  Common sizes such as 
  423. 640x680, 800x600, 1024x768, and 1280x1024 can be easily selected. 
  424.  
  425. The Maximize Fit on Desktop option will resize the image into the largest 
  426. possible window that will fit on the desktop while keeping the aspect ratio, 
  427. the ratio between the original width and height. 
  428.  
  429. Also, a custom size can be manually entered.  If Keep Aspect Ratio is enabled, 
  430. only one dimension needs to be entered because the other one is automatically 
  431. changed to maintain the aspect ratio. 
  432.  
  433.  
  434. ΓòÉΓòÉΓòÉ 7.3. Options Menu ΓòÉΓòÉΓòÉ
  435.  
  436. The Options menu includes commands that let you determine how other commands 
  437. operate. The settings for the options can be saved with the Save All Options 
  438. command. 
  439.  
  440. o Stretch to Fit Window 
  441. o Maximum Color Depth 
  442. o Display Old Image during Load 
  443. o Move Window after Load 
  444. o Auto-Refresh 
  445. o JPEG Options 
  446. o Slideshow Options 
  447.  
  448.  
  449. ΓòÉΓòÉΓòÉ 7.3.1. Stretch to Fit Window ΓòÉΓòÉΓòÉ
  450.  
  451. When this option is checked, the scrollbars for the PMJPEG window are turned 
  452. off and the image is stretched to the dimensions of the client area of the 
  453. PMJPEG window.  This option does not permanently change the resolution of the 
  454. image.  If you save the image, the original image is saved, not the stretched 
  455. one. 
  456.  
  457.  
  458. ΓòÉΓòÉΓòÉ 7.3.2. Maximum Color Depth ΓòÉΓòÉΓòÉ
  459.  
  460. When you load an image that has more colors than the Maximum Color Depth 
  461. setting, PMJPEG will reduce the number of colors to the Maximum Color Depth 
  462. setting before displaying the image.  If you are viewing images, you should set 
  463. this option to the number of colors supported by your display driver. If you 
  464. are converting images from one file format to another, you should set it to 
  465. 16.7 million colors. 
  466.  
  467.  
  468. ΓòÉΓòÉΓòÉ 7.3.3. Display Old Image during Load ΓòÉΓòÉΓòÉ
  469.  
  470. If this option is checked, you can continue viewing the currently displayed 
  471. image while another image is being loaded.  However, this option will use more 
  472. memory because PMJPEG has to maintain two images.  Consequently, it may slow 
  473. down the loading of the next image if PMJPEG runs out of physical memory and 
  474. must use slower virtual memory. 
  475.  
  476.  
  477. ΓòÉΓòÉΓòÉ 7.3.4. Move Image after Load ΓòÉΓòÉΓòÉ
  478.  
  479. If this option is checked, the PMJPEG window is moved to the upper left-hand 
  480. corner of the desktop after an image is loaded. 
  481.  
  482.  
  483. ΓòÉΓòÉΓòÉ 7.3.5. Auto-Refresh ΓòÉΓòÉΓòÉ
  484.  
  485. The purpose of this option is to provide a temporary solution to a bug in the 
  486. 256 color drivers.  This bug is evident when the area of the image under a 
  487. drop-down menu or under a dialog box is not properly redrawn after the 
  488. drop-down menu or the dialog, respectively, is closed. 
  489.  
  490. If this menu item is checked, PMJPEG will automatically refresh the image when 
  491. it is necessary. 
  492.  
  493.  
  494. ΓòÉΓòÉΓòÉ 7.3.6. JPEG Options ΓòÉΓòÉΓòÉ
  495.  
  496. 2-pass(Heckbert) quantization produces better looking output than 1-pass 
  497. quantization and it is slower.  Also, 2-pass quantization uses more memory so 
  498. it may be even slower because PMJPEG will swap to hard disk when it runs out of 
  499. virtual memory.  The output of 1-pass generally looks more grainy. 
  500.  
  501. Dithering uses available colors in a palette to simulate additional colors. 
  502. The dithering method that PMJPEG uses is called Floyd-Steinberg Dithering. 
  503. Dithering is useful when quantizing to 256 colors or less but it is not needed 
  504. for a true-color (24-bit) display.  You may want to turn off dithering since it 
  505. sometimes causes a grainy output image. 
  506.  
  507. The Quality Factor, an integer between 0 and 100 inclusive, determines the 
  508. tradeoff between the output file size and the output image quality.  If you 
  509. choose a high quality factor, the image quality will be high but the file size 
  510. will be large.  A lower quality setting will yield a smaller file at a cost of 
  511. lower fidelity.  Since the JPEG algorithm is lossy, a quality factor of 100 
  512. will not give you a losslessly compressed image. 
  513.  
  514. The Smoothing Factor, also an integer between 0 and 100 inclusive, determines 
  515. the degree of smoothing to apply to an image before compressing that image with 
  516. JPEG.  The higher you set the factor, the higher the degree of smoothing that 
  517. is applied.  A smoothing factor of 0 means that no smoothing is performed. 
  518. Smoothing removes noise introduced when an image is dithered, and, in turn, 
  519. smoothing produces a smaller JPEG file.  It should be used for only dithered 
  520. images, like photographic GIF pictures.  Generally, a factor between 10 and 50 
  521. removes the dithering noise from an image. 
  522.  
  523. Entropy Optimization produces a smaller JPEG file but it takes more time to 
  524. encode the image. 
  525.  
  526. If PMJPEG runs out of virtual memory while it is decoding/encoding JPEG files, 
  527. it will use temporary files that are created in the specified path. 
  528.  
  529.  
  530. ΓòÉΓòÉΓòÉ 7.3.7. Slideshow Options ΓòÉΓòÉΓòÉ
  531.  
  532. When a slideshow is running, the Cycle Slideshow option determines whether or 
  533. not a list of images are continuously displayed in a cycle.  If this option is 
  534. on, the slideshow returns back to the first picture after the last one is 
  535. displayed and continues to display all the images in a selected list until you 
  536. abort the slideshow. 
  537.  
  538. The Slide Advancement options determine how to advance to the next image in a 
  539. slideshow.  In Manual mode, PMJPEG will wait until you click with the right 
  540. mouse button before advancing to the next picture.  In Automatic mode, there 
  541. will be a user-selected time delay before the next picture is loaded.  To 
  542. advance to the next picture before the delay has elapsed, click on the window 
  543. with the right mouse button.  The Delay can be set to a value between 0 and 999 
  544. seconds. 
  545.  
  546. The Buffer Image Formats options allow buffering of selected image formats 
  547. during a cyclic slideshow.  If a type is selected, all images of that type are 
  548. stored in memory after they are loaded and decompressed, and they will not be 
  549. loaded/decompressed the next time they are displayed.  This feature must be 
  550. used in conjunction with the Cycle Slideshow option.  Buffering images can use 
  551. a lot of memory; if you don't have much physical memory, be certain that there 
  552. is enough disk space on OS/2's swap drive to handle this memory usage. 
  553.  
  554.  
  555. ΓòÉΓòÉΓòÉ 7.3.8. Progress Options ΓòÉΓòÉΓòÉ
  556.  
  557. For time-consuming tasks like loading, saving, batch compressing, and mapping 
  558. to system colors, PMJPEG displays a percentage that indicates how much of the 
  559. task has been completed.  The progress can be displayed in either a dialog box 
  560. or the title bar of the PMJPEG window. 
  561.  
  562.  
  563. ΓòÉΓòÉΓòÉ 8. Selecting a Region to Crop ΓòÉΓòÉΓòÉ
  564.  
  565. To select a region of the image, click on the image with the left mouse button. 
  566. While holding down that button, move your mouse until the rectangle surrounds 
  567. the desired region, and then release the mouse button.  The dimensions of the 
  568. selected region are displayed in the center of the indicated region. 
  569.  
  570.  
  571. ΓòÉΓòÉΓòÉ 9. How to Register ΓòÉΓòÉΓòÉ
  572.  
  573. If you use PMJPEG for more than 14 days, you are expected to register PMJPEG. 
  574. When you register, you will receive the latest version of PMJPEG, a user 
  575. manual, and a collection of JPEG images (we will put as many as we can fit on 2 
  576. 720k 3 1/2" floppies, on 1 1.44M  3 1/2" floppy, or on 4 360k 5 1/4" floppies). 
  577. Also, the registered version does not have the reminder-to-register screen at 
  578. the start. 
  579.  
  580. The registration fee is only $20.  MA residents, add 5% sales tax to the 
  581. registration fee.  US residents, add $4 for shipping and handling; non-US 
  582. residents, add $8 for shipping and handling.  If you want PMJPEG e-mailed to 
  583. your account instead of having it physically mailed to you, there is no extra 
  584. shipping charge. 
  585.  
  586. Updates are free but the shipping charge described above applies to updates. 
  587. Users who register PMJPEG and provide an e-mail address will automatically 
  588. receive updates via e-mail. 
  589.  
  590. For e-mail registrations, you need to use a program called "uudecode" to decode 
  591. the uuencoded file that we e-mail to you.  For your information, a uuencoded 
  592. file is a binary file that is converted to text by a program called "uuencode". 
  593. If your mail system rejects large messages, we will split the uuencoded file 
  594. into smaller parts before mailing the parts to you, and you will need to edit 
  595. the messages with a text editor before you can decode them.  Compuserve, for 
  596. example, does not permit large e-mail messages.  Also, the uuencoded file is 
  597. rather large; it is approximately 300k for PMJPEG v.1.4.  Compuserve users may 
  598. find it less expensive to receive PMJPEG via U.S. Mail. 
  599.  
  600. Registrations with the incorrect fee, non-US currency, or drawn on a non-US 
  601. bank will be returned. 
  602.  
  603. To register, complete the order form and send a check in US funds drawn on a US 
  604. bank to: 
  605.  
  606.    Norman Yee 
  607.    58 Chandler St. 
  608.    Boston, MA 02116 
  609.  
  610. Registration of PMJPEG is based on "personal usage."  Corporate or 
  611. organizational users must register all copies used on an individual basis; a 
  612. specific person (name) must be explicitly assigned to each registrant who will 
  613. be provided with a personalized copy of PMJPEG. Registration grants a specific 
  614. person (not an organization or corporate entity) the right to use PMJPEG. 
  615.  
  616. Although we will try to mail your copy of PMJPEG 1-3 weeks after we receive 
  617. your registration, please allow up to 4-6 weeks for delivery. 
  618.  
  619.  
  620. ΓòÉΓòÉΓòÉ 10. Reporting Bugs ΓòÉΓòÉΓòÉ
  621.  
  622. If you find a bug in PMJPEG, we would appreciate it if you would inform us of 
  623. the bug through one of our e-mail accounts: 
  624.  
  625.   Norman Yee 
  626.   nyee@osiris.ee.tufts.edu 
  627.  
  628.   Ken Yee 
  629.   kenyee@ksr.com 
  630.  
  631. When you send us a bug report, include a description of the procedure for 
  632. reproducing the bug and a description of your system configuration(hardware and 
  633. software). 
  634.  
  635.  
  636. ΓòÉΓòÉΓòÉ 11. License Agreement (applicable to registered users) ΓòÉΓòÉΓòÉ
  637.  
  638. You are licensed to single-copy use of PMJPEG; this means that you can install 
  639. your registered version of PMJPEG simultaneously on one computer at work, one 
  640. computer at home, and one portable computer, if only one copy is in use by the 
  641. registered individual at a time.  You may make copies of the registered PMJPEG 
  642. disk as necessary for normal backup purposes; you agree not to make any copies 
  643. of the printed PMJPEG manual or the registered version of PMJPEG for others. 
  644.  
  645.  
  646. ΓòÉΓòÉΓòÉ 12. Disclaimer ΓòÉΓòÉΓòÉ
  647.  
  648. The authors of this program accept no responsibility for damages that are 
  649. caused by this program and make NO WARRANTY or representation, either express 
  650. or implied, with respect to this software.  This software is provided "AS IS," 
  651. and you, its user, assume the entire risk when you use it. 
  652.  
  653.  
  654. ΓòÉΓòÉΓòÉ 13. Acknowledgments ΓòÉΓòÉΓòÉ
  655.  
  656. PMJPEG is based in part on the work of the Independent JPEG Group. 
  657.  
  658. TIFF support in PMJPEG is based in part on Sam Leffler's TIFF library. 
  659.  
  660. Windows is a trademark of Microsoft Corporation. 
  661.  
  662. OS/2 is a trademark of International Business Machines Corporation. 
  663.  
  664. The Graphics Interchange Format(c) is the Copyright property of CompuServe 
  665. Incorporated.  GIF(sm) is a Service Mark property of CompuServe Incorporated. 
  666.  
  667. GIF2JPG and Image Alchemy are trademarks of Handmade Software, Inc. 
  668.  
  669. WinJPEG is copyright (C) 1992, 1993, Norman Yee and Ken Yee.  All rights 
  670. reserved. 
  671.  
  672. PMJPEG is copyright (C) 1993, Norman Yee and Ken Yee.  All rights reserved. 
  673.  
  674. o Copyright Notice for Sam Leffler's TIFF Library 
  675.  
  676.  
  677. ΓòÉΓòÉΓòÉ 13.1. Copyright Notice for Sam Leffler's TIFF Library ΓòÉΓòÉΓòÉ
  678.  
  679. Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993 Sam Leffler 
  680.  
  681. Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc. 
  682.  
  683. Permission to use, copy, modify, distribute, and sell this software and  its 
  684. documentation for any purpose is hereby granted without fee, provided that (i) 
  685. the above copyright notices and this permission notice appear in all copies of 
  686. the software and related documentation, and (ii) the names of Sam Leffler and 
  687. Silicon Graphics may not be used in any advertising or publicity relating to 
  688. the software without the specific, prior written permission of Sam Leffler and 
  689. Silicon Graphics.